func github.com/vmihailenco/msgpack/v5.encodeInt8CondValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L230: func encodeInt8CondValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L16: 		reflect.Int8:          encodeInt8CondValue,